mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
20 lines
408 B
YAML
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
|