cuddle-rust-service-plan/templates/kustomize/base/nats.configmap.yaml
kjuulh 991825df95
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
feat: add resources
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-03-09 23:02:43 +01:00

9 lines
283 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: "{{ service | lower | replace(from='_', to='-') }}-message-queue-nats"
data:
NATS_USERNAME: "{{ service | lower | replace(from='_', to='-') }}"
NATS_PASSWORD: "{{ service | lower | replace(from='_', to='-') }}"
NATS_URL: "nats"