YAML

Yaml För Ingress

apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"networking.k8s.io/v1","kind":"Ingress","metadata":{"annotations":{},"labels":{"app.kubernetes.io/instance":"app","app.kubernetes.io/name":"app"},"name":"app",$ creationTimestamp: "2022-02-17T01:44:23Z" generation: 1 labels: app.kubernetes.io/instance: app app.kubernetes.io/name: app name: min-coola-ingress namespace: default resourceVersion: "1014" uid: 4a6be325-8f0c-4594-9bf3-4923e4d7a64d spec: ingressClassName: nginx rules: - host: prod-kube.swedencentral.cloudapp.azure.com http: paths: - backend: service: name: app port: number: 80 path: / pathType: Prefix status: loadBalancer: {}

bild.png
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.