Skip to content

Commit

Permalink
fix yamls
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
  • Loading branch information
shubham-cmyk committed Oct 28, 2023
1 parent 2617fcb commit d7c075b
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 64 deletions.
26 changes: 0 additions & 26 deletions example/v1beta1/eks-cluster.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions example/v1beta1/volume_mount/redis-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ spec:
resources:
requests:
storage: 1Gi
volumemount:
volumeMount:
volume:
- name: example-config
configMap:
name: example-configmap
mount:
mountPath:
- mountPath: /config
name: example-config
4 changes: 2 additions & 2 deletions example/v1beta1/volume_mount/redis-replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ spec:
resources:
requests:
storage: 1Gi
volumemount:
volumeMount:
volume:
- name: example-config
configMap:
name: example-configmap
mount:
mountPath:
- mountPath: /config
name: example-config
4 changes: 2 additions & 2 deletions example/v1beta1/volume_mount/redis-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ spec:
resources:
requests:
storage: 1Gi
volumemount:
volumeMount:
volume:
- name: example-config
configMap:
name: example-configmap
mount:
mountPath:
- mountPath: /config
name: example-config
2 changes: 1 addition & 1 deletion example/v1beta2/acl_config/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
# - name: regcred
acl:
secret :
name: acl-secret
secretName: acl-secret
redisExporter:
enabled: true
image: quay.io/opstree/redis-exporter:v1.44.0
Expand Down
2 changes: 1 addition & 1 deletion example/v1beta2/acl_config/replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
# - name: regcred
acl:
secret :
name: acl-secret
secretName: acl-secret

redisExporter:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion example/v1beta2/acl_config/standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
# - name: regcred
acl:
secret:
name: acl-secret
secretName: acl-secret

redisExporter:
enabled: false
Expand Down
26 changes: 0 additions & 26 deletions example/v1beta2/eks-cluster.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions example/v1beta2/external_service/cluster-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ metadata:
role: leader
name: redis-cluster-leaders
spec:
clusterIP: 10.102.152.77
ports:
- name: redis-client
port: 6379
Expand All @@ -30,7 +29,6 @@ metadata:
role: follower
name: redis-cluster-followers
spec:
clusterIP: 10.108.109.134
ports:
- name: redis-client
port: 6379
Expand Down
1 change: 0 additions & 1 deletion example/v1beta2/upgrade-strategy/replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ spec:
kubernetesConfig:
image: quay.io/opstree/redis:v7.0.12
imagePullPolicy: IfNotPresent
type: OnDelete
# type: RollingUpdate
podSecurityContext:
runAsUser: 1000
Expand Down

0 comments on commit d7c075b

Please sign in to comment.