wad
This commit is contained in:
parent
c1efe999a6
commit
e6010f1926
@ -65,26 +65,7 @@ traefik:
|
||||
- name: TRAEFIK_API_ENDPOINT
|
||||
value: http://localhost:9000
|
||||
- name: TRAEFIK_ENTRYPOINT
|
||||
value: websecure
|
||||
- image: roxedus/playground:cloudflare
|
||||
name: auto-cloudflare-secure
|
||||
resources:
|
||||
limits:
|
||||
cpu: "800m"
|
||||
memory: "100Mi"
|
||||
requests:
|
||||
cpu: "300m"
|
||||
memory: "40Mi"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: auto-cloudflared-secrets
|
||||
env:
|
||||
- name: TRAEFIK_SERVICE_ENDPOINT
|
||||
value: https://localhost:8443
|
||||
- name: TRAEFIK_API_ENDPOINT
|
||||
value: http://localhost:9000
|
||||
- name: TRAEFIK_ENTRYPOINT
|
||||
value: websecure
|
||||
value: web
|
||||
# volumeMounts:
|
||||
# - name: dsdsocket
|
||||
# mountPath: /socket
|
||||
@ -418,7 +399,7 @@ traefik:
|
||||
# Options for the main traefik service, where the entrypoints traffic comes
|
||||
# from.
|
||||
service:
|
||||
enabled: true
|
||||
enabled: false
|
||||
type: NodePort
|
||||
# Additional annotations applied to both TCP and UDP services (e.g. for cloud provider specific config)
|
||||
annotations: {}
|
||||
|
Loading…
Reference in New Issue
Block a user