samples/dapr-argocd/app/python/python.yaml

25 lines
482 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: pythonapp
namespace: argocd-demo
labels:
app: python
spec:
replicas: 1
selector:
matchLabels:
app: python
template:
metadata:
labels:
app: python
annotations:
dapr.io/enabled: "true"
dapr.io/app-id: "pythonapp"
dapr.io/enable-api-logging: "true"
spec:
containers:
- name: python
image: ghcr.io/dapr/samples/hello-k8s-python:latest