chore: add cert-manager and external secrets
This commit is contained in:
@@ -15,6 +15,13 @@ data:
|
||||
memory.conf: |-
|
||||
total_memory_available_override_value = 1GB
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: rabbitmq
|
||||
stringData:
|
||||
AMQP_URL: "amqp://user:password@rabbitmq:5672/"
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
@@ -37,6 +44,10 @@ spec:
|
||||
labels:
|
||||
app: rabbitmq
|
||||
spec:
|
||||
securityContext:
|
||||
fsGroup: 999
|
||||
runAsUser: 999
|
||||
runAsGroup: 999
|
||||
containers:
|
||||
- env:
|
||||
- name: RABBITMQ_DEFAULT_USER
|
||||
|
||||
Reference in New Issue
Block a user