Fix lint error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
8a6b74906e
commit
1be87b3bb4
1 changed files with 40 additions and 40 deletions
|
|
@ -174,17 +174,17 @@
|
||||||
when:
|
when:
|
||||||
- traefik_hub_token is defined
|
- traefik_hub_token is defined
|
||||||
|
|
||||||
#echo 'apiVersion: v1
|
# echo 'apiVersion: v1
|
||||||
#kind: Service
|
# kind: Service
|
||||||
#metadata:
|
# metadata:
|
||||||
# annotations:
|
# annotations:
|
||||||
## external-dns.alpha.kubernetes.io/endpoints-type: HostIP
|
# # external-dns.alpha.kubernetes.io/endpoints-type: HostIP
|
||||||
# external-dns.alpha.kubernetes.io/hostname: traefik.ibm.reslinger.net
|
# external-dns.alpha.kubernetes.io/hostname: traefik.ibm.reslinger.net
|
||||||
# external-dns.alpha.kubernetes.io/endpoints-type: NodeExternalIP
|
# external-dns.alpha.kubernetes.io/endpoints-type: NodeExternalIP
|
||||||
## external-dns.alpha.kubernetes.io/target: "1.2.3.4"
|
# # external-dns.alpha.kubernetes.io/target: "1.2.3.4"
|
||||||
# name: traefik-dns
|
# name: traefik-dns
|
||||||
# namespace: traefik
|
# namespace: traefik
|
||||||
#spec:
|
# spec:
|
||||||
# clusterIP: None
|
# clusterIP: None
|
||||||
# ports:
|
# ports:
|
||||||
# - name: web
|
# - name: web
|
||||||
|
|
@ -205,12 +205,12 @@
|
||||||
# name: switchboard
|
# name: switchboard
|
||||||
# chart_ref: oci://ghcr.io/borchero/charts/switchboard
|
# chart_ref: oci://ghcr.io/borchero/charts/switchboard
|
||||||
# release_namespace: "{{ traefik_namespace }}"
|
# release_namespace: "{{ traefik_namespace }}"
|
||||||
## values: "{{ lookup('template', 'traefik-helm-value.yaml.j2') | from_yaml }}"
|
# # values: "{{ lookup('template', 'traefik-helm-value.yaml.j2') | from_yaml }}"
|
||||||
# values:
|
# values:
|
||||||
# integrations:
|
# integrations:
|
||||||
## certManager:
|
# # certManager:
|
||||||
## enabled: true
|
# # enabled: true
|
||||||
## issuer: "letsencrypt-prod"
|
# # issuer: "letsencrypt-prod"
|
||||||
# externalDNS:
|
# externalDNS:
|
||||||
# enabled: true
|
# enabled: true
|
||||||
# targetIPs: [10.144.217.172]
|
# targetIPs: [10.144.217.172]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue