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

.quarkus-test-kubernetes.1.5.3.source-code.kubernetes-deployment-template.yml Maven / Gradle / Ivy

There is a newer version: 1.6.0.Beta14
Show newest version
---
apiVersion: "v1"
kind: "List"
items:
- apiVersion: "apps/v1"
  kind: "Deployment"
  metadata:
    name: "${SERVICE_NAME}"
  spec:
    replicas: 1
    selector:
      matchLabels:
        deployment: "${SERVICE_NAME}"
    template:
      metadata:
        labels:
          deployment: "${SERVICE_NAME}"
      spec:
        containers:
        - image: "${IMAGE}"
          args: [${ARGS}]
          name: "${SERVICE_NAME}"
          ports:
          - containerPort: ${INTERNAL_PORT}
            name: "http"
            protocol: "TCP"
      




© 2015 - 2025 Weber Informatics LLC | Privacy Policy