30 lines
522 B
YAML
30 lines
522 B
YAML
image:
|
|
repository: quay.io/pussthecatorg/rimgo
|
|
tag: latest@sha256:6e5224bc82977b49dff5437528f3efc60f931cf5029a7ec6c3d29714215597f8
|
|
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
|