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: 1.7.1
Show newest version
apiVersion: apps/v1 # for versions before 1.9.0 use apps/v1beta2
kind: Deployment
metadata:
    name:
spec:
    selector:
        matchLabels:
            app:
    replicas: 1
    template:
        metadata:
            labels:
                app:
        spec:
            containers:
                - name: nginx
                  image: nginx:1.7.9
                  ports:
                      - containerPort: 80




© 2015 - 2024 Weber Informatics LLC | Privacy Policy