* Move to FPM container and add HPB support * initial work on more security * actually tested hpb * add migration script * minor questions.yaml tweaks * remove access_url from configmap * make the hpb url generate a tad more readable
12 lines
186 B
YAML
12 lines
186 B
YAML
env:
|
|
# IP used for exposing nextcloud
|
|
# Often the service or nodePort IP
|
|
AccessIP: "127.0.0.1"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
targetPort: 8080
|