working state
This commit is contained in:
@@ -15,6 +15,8 @@ install:
|
||||
|
||||
just add-helm-repos
|
||||
|
||||
gomplate -f traefik-values-gomplate.yaml -o traefik-values.yaml
|
||||
|
||||
helm upgrade traefik traefik/traefik \
|
||||
--install \
|
||||
--cleanup-on-fail \
|
||||
@@ -59,4 +61,9 @@ status:
|
||||
kubectl get services -n ${CERT_MANAGER_NAMESPACE}
|
||||
echo ""
|
||||
echo "CRDs:"
|
||||
kubectl get crd | grep cert-manager.io
|
||||
kubectl get crd | grep cert-manager.io
|
||||
|
||||
ingressroute:
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
gomplate -f traefik-ingressroute-gomplate.yaml | kubectl apply -f -
|
||||
@@ -1,9 +1,19 @@
|
||||
ports:
|
||||
web:
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
port: 8000
|
||||
exposed: true
|
||||
exposedPort: 80
|
||||
protocol: TCP
|
||||
redirectTo:
|
||||
port: websecure
|
||||
websecure:
|
||||
port: 8443
|
||||
exposed: true
|
||||
exposedPort: 443
|
||||
http3:
|
||||
enabled: false
|
||||
tls:
|
||||
enabled: true
|
||||
logs:
|
||||
general:
|
||||
level: DEBUG
|
||||
|
||||
Reference in New Issue
Block a user