2021-05-01 19:55:17 +00:00
|
|
|
# Default values for podgrab.
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: akhilrex/podgrab
|
|
|
|
pullPolicy: Always
|
|
|
|
tag: latest
|
|
|
|
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
|
|
|
|
# Configure the Security Context for the Pod
|
|
|
|
podSecurityContext:
|
|
|
|
runAsNonRoot: true
|
|
|
|
runAsUser: 568
|
|
|
|
runAsGroup: 568
|
|
|
|
fsGroup: 568
|
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-05-01 19:55:17 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8080
|
2021-05-01 19:55:17 +00:00
|
|
|
tcp:
|
|
|
|
enabled: true
|
|
|
|
type: ClusterIP
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
tcp:
|
|
|
|
enabled: true
|
|
|
|
port: 51080
|
|
|
|
protocol: TCP
|
2021-05-01 19:55:17 +00:00
|
|
|
|
|
|
|
env:
|
|
|
|
PASSWORD: secretpasswordgoeshere
|
|
|
|
CHECK_FREQUENCY: 240
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-05-19 13:12:45 +00:00
|
|
|
emptyDir:
|
|
|
|
enabled: true
|
2021-05-01 19:55:17 +00:00
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: 1Gi
|
|
|
|
storageClass: ""
|
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
hostPathMounts:
|
2021-05-01 19:55:17 +00:00
|
|
|
- name: assets
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/assets"
|
2021-05-24 19:56:45 +00:00
|
|
|
emptyDir:
|
|
|
|
enabled: true
|