GG
Size: a a a
GG
GG
GG
AL
M
D
GG
GG
G
ОК
I
GG
I
GG
GG
AL
D
I
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: kuard
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-production"
external-dns.alpha.kubernetes.io/target: "gateway.xxx.cloud"
external-dns.alpha.kubernetes.io/ttl: "300"
spec:
tls:
- hosts:
- kuard.xxx.cloud
secretName: kuard-xxx-cloud
rules:
- host: kuard.xxx.cloud
http:
paths:
- path: /
backend:
serviceName: kuard
servicePort: 80
I
AL