All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.javaoperatorsdk.operator.sample.ingress.yaml Maven / Gradle / Ivy

There is a newer version: 4.9.5
Show newest version
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: ""
  annotations:
    nginx.ingress.kubernetes.io/rewrite-target: /$1
spec:
  rules:
    - http:
        paths:
          - path: /
            pathType: Prefix
            backend:
              service:
                name: ""
                port:
                  number: 80




© 2015 - 2024 Weber Informatics LLC | Privacy Policy