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"
|
className: "traefik"
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "traefik"
|
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/router.entrypoints: web
|
||||||
traefik.ingress.kubernetes.io/service.nativelb: podinfo
|
traefik.ingress.kubernetes.io/service.nativelb: podinfo
|
||||||
external-dns.alpha.kubernetes.io/hostname: podinfo.fp.sbtp.xyz
|
external-dns.alpha.kubernetes.io/hostname: podinfo.fp.sbtp.xyz
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: fp
|
name: fp
|
||||||
description: The Galaxy's Best VTuber Hentai Site
|
description: The Galaxy's Best VTuber Hentai Site
|
||||||
version: 0.0.34
|
version: 0.0.35
|
||||||
keywords:
|
keywords:
|
||||||
- fp
|
- fp
|
||||||
- futureporn
|
- futureporn
|
||||||
|
|
|
@ -34,7 +34,7 @@ metadata:
|
||||||
cert-manager.io/cluster-issuer: "{{ .Values.certManager.issuer }}"
|
cert-manager.io/cluster-issuer: "{{ .Values.certManager.issuer }}"
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: echo
|
app: traefik
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
|
|
Loading…
Reference in New Issue