remove ing
ci / build (push) Successful in 8s
Details
ci / build (push) Successful in 8s
Details
This commit is contained in:
parent
3755d064d4
commit
f1a02b718b
|
@ -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
|
|
@ -5,4 +5,3 @@ resources:
|
|||
- namespace.yaml
|
||||
- repository.yaml
|
||||
- release.yaml
|
||||
- ingress.yaml
|
||||
|
|
Loading…
Reference in New Issue