chore: Checkout of previous helm config for atlantis, openfga, redis and rabbitmq
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: prod-redis-nodeport
|
||||
spec:
|
||||
externalTrafficPolicy: Cluster
|
||||
ports:
|
||||
- name: redis
|
||||
nodePort: 30379
|
||||
port: 6379
|
||||
protocol: TCP
|
||||
targetPort: 6379
|
||||
selector:
|
||||
app.kubernetes.io/instance: prod-redis
|
||||
app.kubernetes.io/name: redis
|
||||
sessionAffinity: None
|
||||
type: NodePort
|
||||
@@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: stagin-redis-nodeport
|
||||
spec:
|
||||
externalTrafficPolicy: Cluster
|
||||
ports:
|
||||
- name: redis
|
||||
nodePort: 31379
|
||||
port: 6379
|
||||
protocol: TCP
|
||||
targetPort: 6379
|
||||
selector:
|
||||
app.kubernetes.io/instance: staging-redis
|
||||
app.kubernetes.io/name: redis
|
||||
sessionAffinity: None
|
||||
type: NodePort
|
||||
@@ -0,0 +1,37 @@
|
||||
# image:
|
||||
# repository: redis/redis-stack-server
|
||||
# tag: 7.2.0-v10
|
||||
|
||||
architecture: replication
|
||||
|
||||
replica:
|
||||
replicaCount: 2
|
||||
# command:
|
||||
# - "/opt/redis-stack/bin/redis-server"
|
||||
# - "--loadmodule"
|
||||
# - "/opt/redis-stack/lib/redisearch.so"
|
||||
# - "MAXSEARCHRESULTS"
|
||||
# - "10000"
|
||||
# - "MAXAGGREGATERESULTS"
|
||||
# - "10000"
|
||||
# - "--loadmodule"
|
||||
# - "/opt/redis-stack/lib/rejson.so"
|
||||
|
||||
auth:
|
||||
enabled: true
|
||||
sentinel: true
|
||||
password: ""
|
||||
usePasswordFiles: false
|
||||
existingSecretPasswordKey: ""
|
||||
# existingSecret: staging-redis
|
||||
|
||||
master:
|
||||
resources:
|
||||
limits:
|
||||
ephemeral-storage: 1024Mi
|
||||
memory: 192Mi
|
||||
requests:
|
||||
cpu: 150m
|
||||
ephemeral-storage: 50Mi
|
||||
memory: 128Mi
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
# image:
|
||||
# repository: redis/redis-stack-server
|
||||
# tag: 7.2.0-v10
|
||||
|
||||
architecture: standalone
|
||||
|
||||
replica:
|
||||
replicaCount: 1
|
||||
# command:
|
||||
# - "/opt/redis-stack/bin/redis-server"
|
||||
# - "--loadmodule"
|
||||
# - "/opt/redis-stack/lib/redisearch.so"
|
||||
# - "MAXSEARCHRESULTS"
|
||||
# - "10000"
|
||||
# - "MAXAGGREGATERESULTS"
|
||||
# - "10000"
|
||||
# - "--loadmodule"
|
||||
# - "/opt/redis-stack/lib/rejson.so"
|
||||
|
||||
auth:
|
||||
enabled: true
|
||||
sentinel: true
|
||||
password: ""
|
||||
usePasswordFiles: false
|
||||
existingSecretPasswordKey: ""
|
||||
# existingSecret: staging-redis
|
||||
|
||||
master:
|
||||
resources:
|
||||
limits:
|
||||
ephemeral-storage: 1024Mi
|
||||
memory: 192Mi
|
||||
requests:
|
||||
cpu: 150m
|
||||
ephemeral-storage: 50Mi
|
||||
memory: 128Mi
|
||||
|
||||
Reference in New Issue
Block a user