restructure templates
This commit is contained in:
parent
3b3f862a9c
commit
d83b384504
4 changed files with 3 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ steps:
|
||||||
- pwd
|
- pwd
|
||||||
- kubectl apply -Rf manifests/tor
|
- kubectl apply -Rf manifests/tor
|
||||||
# TODO: fix this
|
# TODO: fix this
|
||||||
- envsubst < manifests/tor/deployment.yaml.template | kubectl apply -f -
|
- envsubst < manifests/tor/templates/deployment.yaml | kubectl apply -f -
|
||||||
privoxy:
|
privoxy:
|
||||||
image: cr.forge.lan/alk8s/alk8s
|
image: cr.forge.lan/alk8s/alk8s
|
||||||
pull: true
|
pull: true
|
||||||
|
|
@ -77,7 +77,7 @@ steps:
|
||||||
- pwd
|
- pwd
|
||||||
- kubectl apply -Rf manifests/privoxy
|
- kubectl apply -Rf manifests/privoxy
|
||||||
# TODO: fix this
|
# TODO: fix this
|
||||||
- envsubst < manifests/privoxy/deployment.yaml.template | kubectl apply -f -
|
- envsubst < manifests/privoxy/templates/deployment.yaml | kubectl apply -f -
|
||||||
pleroma:
|
pleroma:
|
||||||
image: cr.forge.lan/alk8s/alk8s:latest
|
image: cr.forge.lan/alk8s/alk8s:latest
|
||||||
pull: true
|
pull: true
|
||||||
|
|
@ -91,4 +91,4 @@ steps:
|
||||||
- pwd
|
- pwd
|
||||||
- kubectl apply -Rf manifests/pleroma
|
- kubectl apply -Rf manifests/pleroma
|
||||||
# TODO: fix this
|
# TODO: fix this
|
||||||
- envsubst < manifests/pleroma/deployment.yaml.template | kubectl apply -f -
|
- envsubst < manifests/pleroma/templates/deployment.yaml | kubectl apply -f -
|
||||||
Loading…
Add table
Add a link
Reference in a new issue