21 lines
417 B
YAML
21 lines
417 B
YAML
|
|
#auth:
|
||
|
|
# enabled: true
|
||
|
|
# create: false
|
||
|
|
# existingSecret: "cells-credentials"
|
||
|
|
# existingSecretUsernameKey: "username"
|
||
|
|
# existingSecretPasswordKey: "password"
|
||
|
|
|
||
|
|
service:
|
||
|
|
type: NodePort
|
||
|
|
port: 8080
|
||
|
|
discoveryPort: 8002
|
||
|
|
|
||
|
|
# Set values here if you want to bind the port elsewhere
|
||
|
|
reverseproxyurl: https://cells.spamasaurus.com
|
||
|
|
|
||
|
|
useCaddyProxy: false
|
||
|
|
|
||
|
|
ingress:
|
||
|
|
enabled: true
|
||
|
|
hostname: cells.spamasaurus.com
|