.quarkus-test-kubernetes.1.6.0.Beta14.source-code.kubernetes-deployment-template.yml Maven / Gradle / Ivy
The 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