remove ing
ci / build (push) Successful in 8s Details

This commit is contained in:
CJ_Clippy 2024-04-26 19:41:24 +00:00
parent 3755d064d4
commit f1a02b718b
2 changed files with 0 additions and 26 deletions

View File

@ -1,25 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: podinfo-ingress
namespace: default
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-staging"
spec:
ingressClassName: nginx
rules:
- host: podinfo.sbtp.xyz
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: podinfo
port:
number: 9898
name: http
tls:
- hosts:
- podinfo.sbtp.xyz
secretName: podinfo-tls

View File

@ -5,4 +5,3 @@ resources:
- namespace.yaml
- repository.yaml
- release.yaml
- ingress.yaml