khuedoan-homelab/platform/ntfy-relay/values.yaml
2024-01-21 14:43:27 +07:00

20 lines
408 B
YAML

app-template:
controllers:
main:
containers:
main:
image:
repository: docker.io/kittyandrew/grafana-to-ntfy
tag: latest
env:
BAUTH_USER: admin
envFrom:
- secret: "{{ .Release.Name }}-secret"
service:
main:
ports:
http:
port: 80
targetPort: 8080
protocol: HTTP