svc direct to traefik
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
b57a650d6b
commit
f0a2717b02
|
@ -28,9 +28,6 @@ spec:
|
|||
className: "traefik"
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "traefik"
|
||||
traefik.ingress.kubernetes.io/router.priority: "4"
|
||||
traefik.ingress.kubernetes.io/router.tls: "false"
|
||||
traefik.ingress.kubernetes.io/router.tls.domains.0.main: podinfo.fp.sbtp.xyz
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||
traefik.ingress.kubernetes.io/service.nativelb: podinfo
|
||||
external-dns.alpha.kubernetes.io/hostname: podinfo.fp.sbtp.xyz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
name: fp
|
||||
description: The Galaxy's Best VTuber Hentai Site
|
||||
version: 0.0.34
|
||||
version: 0.0.35
|
||||
keywords:
|
||||
- fp
|
||||
- futureporn
|
||||
|
|
|
@ -34,7 +34,7 @@ metadata:
|
|||
cert-manager.io/cluster-issuer: "{{ .Values.certManager.issuer }}"
|
||||
spec:
|
||||
selector:
|
||||
app: echo
|
||||
app: traefik
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- protocol: TCP
|
||||
|
|
Loading…
Reference in New Issue