Fix podinfo service name in Ingress

This commit is contained in:
2026-02-19 22:02:33 +00:00
parent e37a076f12
commit 5f396f9b4f

View File

@@ -2,7 +2,7 @@
apiVersion: source.toolkit.fluxcd.io/v1 apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository kind: HelmRepository
metadata: metadata:
name: podinfo name: podinfo-podinfo
namespace: flux-system namespace: flux-system
spec: spec:
interval: 1h interval: 1h
@@ -12,12 +12,12 @@ spec:
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: podinfo name: podinfo-podinfo
--- ---
apiVersion: helm.toolkit.fluxcd.io/v2 apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: podinfo name: podinfo-podinfo
namespace: flux-system namespace: flux-system
spec: spec:
interval: 1h interval: 1h
@@ -29,7 +29,7 @@ spec:
chart: podinfo chart: podinfo
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: podinfo name: podinfo-podinfo
interval: 1h interval: 1h
values: values:
resources: resources:
@@ -43,7 +43,7 @@ spec:
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: podinfo name: podinfo-podinfo
namespace: podinfo namespace: podinfo
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
@@ -58,7 +58,7 @@ spec:
pathType: Prefix pathType: Prefix
backend: backend:
service: service:
name: podinfo name: podinfo-podinfo
port: port:
number: 9898 number: 9898
tls: tls: