feat(sol): add public edge ingress and tls
This commit is contained in:
53
environments/sol/public-edge/traefik-helmchart.yaml
Normal file
53
environments/sol/public-edge/traefik-helmchart.yaml
Normal file
@@ -0,0 +1,53 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: traefik
|
||||
namespace: kube-system
|
||||
spec:
|
||||
repo: https://traefik.github.io/charts
|
||||
chart: traefik
|
||||
version: 39.0.7
|
||||
targetNamespace: kube-system
|
||||
createNamespace: false
|
||||
failurePolicy: abort
|
||||
valuesContent: |-
|
||||
deployment:
|
||||
kind: DaemonSet
|
||||
gateway:
|
||||
enabled: false
|
||||
gatewayClass:
|
||||
enabled: false
|
||||
experimental:
|
||||
kubernetesGateway:
|
||||
enabled: false
|
||||
api:
|
||||
dashboard: false
|
||||
ingressRoute:
|
||||
dashboard:
|
||||
enabled: false
|
||||
healthcheck:
|
||||
enabled: false
|
||||
ports:
|
||||
traefik:
|
||||
expose:
|
||||
default: false
|
||||
web:
|
||||
hostPort: 80
|
||||
allowACMEByPass: true
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
permanent: true
|
||||
websecure:
|
||||
hostPort: 443
|
||||
service:
|
||||
spec:
|
||||
type: ClusterIP
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 256Mi
|
||||
Reference in New Issue
Block a user