2021-10-25 12:19:09 +00:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/nicholaswilde/shorturl
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
tag: version-v0.1.0@sha256:75fc450af5d2d07e5caebc6a01863a0aacdc15c1fbe57b3db46e3bd548226420
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-30 13:04:19 +00:00
|
|
|
port: 10076
|
2021-11-07 16:24:13 +00:00
|
|
|
targetPort: 8000
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
2021-11-15 23:31:22 +00:00
|
|
|
mountPath: "/data"
|
2021-10-25 12:19:09 +00:00
|
|
|
varrun:
|
|
|
|
enabled: true
|