30 lines
522 B
YAML
30 lines
522 B
YAML
image:
|
|
repository: quay.io/pussthecatorg/rimgo
|
|
tag: latest@sha256:07736f187249686f2dc804787067296cf9aa81eae6bf35f0ccc7b8e3795515b1
|
|
pullPolicy: IfNotPresent
|
|
persistence: {}
|
|
|
|
env:
|
|
ADDRESS: 0.0.0.0
|
|
IMGUR_CLIENT_ID: 546c25a59c58ad7
|
|
FORCE_WEBP: "0"
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: tcp
|
|
targetPort: 3000
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|