Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
isac322 committed Aug 14, 2022
1 parent b226529 commit 215674f
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion argocd/apps/jay-india.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
- values.yaml
- https://raw.githubusercontent.com/isac322/homelab/HEAD/values/jay-india/prod.yaml
repoURL: https://isac322.github.io/homelab
targetRevision: 0.1.0
targetRevision: 0.1.1
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion charts/jay-india/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/jay-india/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ affinity: {}

persistence:
enabled: false
accessMode: ReadWriteMany
accessMode: ReadWriteOnce
size: 500Mi
storageClass: ""
2 changes: 1 addition & 1 deletion charts/registry/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Docker Registry
name: registry
version: 1.13.0
version: 1.13.1
appVersion: 2.7.1
home: https://hub.docker.com/_/registry/
icon: https://hub.docker.com/public/images/logos/mini-logo.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ storage:
type: ""
persistence:
enabled: false
accessMode: ReadWriteMany
accessMode: ReadWriteOnce
size: 20Gi
existingClaim: ""
storageClass: ""
Expand Down
4 changes: 2 additions & 2 deletions values/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ resources:
persistence:
type: pvc
enabled: true
storageClassName: ceph-filesystem
storageClassName: ceph-block
accessModes:
- ReadWriteMany
- ReadWriteOnce
size: 10Gi
# annotations: {}
finalizers:
Expand Down
4 changes: 2 additions & 2 deletions values/influxdb2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ adminUser:

persistence:
enabled: true
storageClass: ceph-filesystem
accessMode: ReadWriteMany
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 50Gi

ingress:
Expand Down
8 changes: 4 additions & 4 deletions values/prometheus-community.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ alertmanager:
## Ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
##
accessModes:
- ReadWriteMany
- ReadWriteOnce

## alertmanager data Persistent Volume Claim annotations
##
Expand All @@ -92,7 +92,7 @@ alertmanager:
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
storageClass: "ceph-filesystem"
storageClass: "ceph-block"

## alertmanager data Persistent Volume Binding Mode
## If defined, volumeBindingMode: <volumeBindingMode>
Expand Down Expand Up @@ -229,7 +229,7 @@ server:
## Ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
##
accessModes:
- ReadWriteMany
- ReadWriteOnce

## Prometheus server data Persistent Volume existing claim name
## Requires server.persistentVolume.enabled: true
Expand All @@ -251,7 +251,7 @@ server:
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
storageClass: "ceph-filesystem"
storageClass: "ceph-block"

## Prometheus server data Persistent Volume Binding Mode
## If defined, volumeBindingMode: <volumeBindingMode>
Expand Down
124 changes: 62 additions & 62 deletions values/rook/cluster.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,82 +103,82 @@ ingress:
secretName: ceph-com

cephBlockPools:
# - name: ceph-blockpool
# # see https://github.com/rook/rook/blob/master/Documentation/ceph-pool-crd.md#spec for available configuration
# spec:
# failureDomain: host
# replicated:
# size: 3
# storageClass:
# enabled: true
# name: ceph-block
# isDefault: true
# reclaimPolicy: Delete
# allowVolumeExpansion: true
# # see https://github.com/rook/rook/blob/master/Documentation/ceph-block.md#provision-storage for available configuration
# parameters:
# # (optional) mapOptions is a comma-separated list of map options.
# # For krbd options refer
# # https://docs.ceph.com/docs/master/man/8/rbd/#kernel-rbd-krbd-options
# # For nbd options refer
# # https://docs.ceph.com/docs/master/man/8/rbd-nbd/#options
# # mapOptions: lock_on_read,queue_depth=1024
#
# # (optional) unmapOptions is a comma-separated list of unmap options.
# # For krbd options refer
# # https://docs.ceph.com/docs/master/man/8/rbd/#kernel-rbd-krbd-options
# # For nbd options refer
# # https://docs.ceph.com/docs/master/man/8/rbd-nbd/#options
# # unmapOptions: force
#
# # RBD image format. Defaults to "2".
# imageFormat: "2"
# # RBD image features. Available for imageFormat: "2". CSI RBD currently supports only `layering` feature.
# imageFeatures: layering
# # The secrets contain Ceph admin credentials.
# csi.storage.k8s.io/provisioner-secret-name: rook-csi-rbd-provisioner
# csi.storage.k8s.io/provisioner-secret-namespace: rook-ceph
# csi.storage.k8s.io/controller-expand-secret-name: rook-csi-rbd-provisioner
# csi.storage.k8s.io/controller-expand-secret-namespace: rook-ceph
# csi.storage.k8s.io/node-stage-secret-name: rook-csi-rbd-node
# csi.storage.k8s.io/node-stage-secret-namespace: rook-ceph
# # Specify the filesystem type of the volume. If not specified, csi-provisioner
# # will set default as `ext4`. Note that `xfs` is not recommended due to potential deadlock
# # in hyperconverged settings where the volume is mounted on the same node as the osds.
# csi.storage.k8s.io/fstype: ext4

cephFileSystems:
- name: ceph-filesystem
# see https://github.com/rook/rook/blob/master/Documentation/ceph-filesystem-crd.md#filesystem-settings for available configuration
- name: ceph-blockpool
# see https://github.com/rook/rook/blob/master/Documentation/ceph-pool-crd.md#spec for available configuration
spec:
metadataPool:
replicated:
size: 3
dataPools:
- failureDomain: host
replicated:
size: 3
metadataServer:
activeCount: 1
activeStandby: true
failureDomain: host
replicated:
size: 3
storageClass:
enabled: true
name: ceph-filesystem
name: ceph-block
isDefault: true
reclaimPolicy: Delete
# see https://github.com/rook/rook/blob/master/Documentation/ceph-filesystem.md#provision-storage for available configuration
allowVolumeExpansion: true
# see https://github.com/rook/rook/blob/master/Documentation/ceph-block.md#provision-storage for available configuration
parameters:
# (optional) mapOptions is a comma-separated list of map options.
# For krbd options refer
# https://docs.ceph.com/docs/master/man/8/rbd/#kernel-rbd-krbd-options
# For nbd options refer
# https://docs.ceph.com/docs/master/man/8/rbd-nbd/#options
# mapOptions: lock_on_read,queue_depth=1024

# (optional) unmapOptions is a comma-separated list of unmap options.
# For krbd options refer
# https://docs.ceph.com/docs/master/man/8/rbd/#kernel-rbd-krbd-options
# For nbd options refer
# https://docs.ceph.com/docs/master/man/8/rbd-nbd/#options
# unmapOptions: force

# RBD image format. Defaults to "2".
imageFormat: "2"
# RBD image features. Available for imageFormat: "2". CSI RBD currently supports only `layering` feature.
imageFeatures: layering
# The secrets contain Ceph admin credentials.
csi.storage.k8s.io/provisioner-secret-name: rook-csi-cephfs-provisioner
csi.storage.k8s.io/provisioner-secret-name: rook-csi-rbd-provisioner
csi.storage.k8s.io/provisioner-secret-namespace: rook-ceph
csi.storage.k8s.io/controller-expand-secret-name: rook-csi-cephfs-provisioner
csi.storage.k8s.io/controller-expand-secret-name: rook-csi-rbd-provisioner
csi.storage.k8s.io/controller-expand-secret-namespace: rook-ceph
csi.storage.k8s.io/node-stage-secret-name: rook-csi-cephfs-node
csi.storage.k8s.io/node-stage-secret-name: rook-csi-rbd-node
csi.storage.k8s.io/node-stage-secret-namespace: rook-ceph
# Specify the filesystem type of the volume. If not specified, csi-provisioner
# will set default as `ext4`. Note that `xfs` is not recommended due to potential deadlock
# in hyperconverged settings where the volume is mounted on the same node as the osds.
csi.storage.k8s.io/fstype: ext4

cephFileSystems:
# - name: ceph-filesystem
# # see https://github.com/rook/rook/blob/master/Documentation/ceph-filesystem-crd.md#filesystem-settings for available configuration
# spec:
# metadataPool:
# replicated:
# size: 3
# dataPools:
# - failureDomain: host
# replicated:
# size: 3
# metadataServer:
# activeCount: 1
# activeStandby: true
# storageClass:
# enabled: true
# name: ceph-filesystem
# reclaimPolicy: Delete
# # see https://github.com/rook/rook/blob/master/Documentation/ceph-filesystem.md#provision-storage for available configuration
# parameters:
# # The secrets contain Ceph admin credentials.
# csi.storage.k8s.io/provisioner-secret-name: rook-csi-cephfs-provisioner
# csi.storage.k8s.io/provisioner-secret-namespace: rook-ceph
# csi.storage.k8s.io/controller-expand-secret-name: rook-csi-cephfs-provisioner
# csi.storage.k8s.io/controller-expand-secret-namespace: rook-ceph
# csi.storage.k8s.io/node-stage-secret-name: rook-csi-cephfs-node
# csi.storage.k8s.io/node-stage-secret-namespace: rook-ceph
# # Specify the filesystem type of the volume. If not specified, csi-provisioner
# # will set default as `ext4`. Note that `xfs` is not recommended due to potential deadlock
# # in hyperconverged settings where the volume is mounted on the same node as the osds.
# csi.storage.k8s.io/fstype: ext4

cephObjectStores:
# - name: object-store
# # see https://github.com/rook/rook/blob/master/Documentation/ceph-object-store-crd.md#object-store-settings for available configuration
Expand Down

0 comments on commit 215674f

Please sign in to comment.