Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -8,10 +8,10 @@ home: https://truecharts.org/charts/incubator/gotify
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gotify.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://gotify.net/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/gotify
|
||||
- https://hub.docker.com/r/gotify/server
|
||||
- https://github.com/gotify/server
|
||||
- https://gotify.net/
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
||||
@@ -15,7 +15,7 @@ kind: Secret
|
||||
metadata:
|
||||
name: {{ $secretEnvName }}
|
||||
labels:
|
||||
|
||||
|
||||
data: {{/* Env takes precedence, and it;s defined in Dockerfile as 80 */}}
|
||||
GOTIFY_SERVER_PORT: {{ $port | quote }}
|
||||
---
|
||||
@@ -24,7 +24,7 @@ kind: Secret
|
||||
metadata:
|
||||
name: {{ $secretName }}
|
||||
labels:
|
||||
|
||||
|
||||
data:
|
||||
config.yml: |
|
||||
server:
|
||||
|
||||
@@ -21,7 +21,7 @@ persistence:
|
||||
defaultMode: "0600"
|
||||
enabled: true
|
||||
mountPath: /etc/gotify/config.yml
|
||||
objectName: 'secret'
|
||||
objectName: "secret"
|
||||
readOnly: true
|
||||
subPath: config.yml
|
||||
type: secret
|
||||
@@ -48,7 +48,7 @@ workload:
|
||||
main:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: 'secret-env'
|
||||
name: "secret-env"
|
||||
probes:
|
||||
liveness:
|
||||
path: /health
|
||||
|
||||
Reference in New Issue
Block a user