Files
app1/k8s/service.yaml
MTimka b5da74f12b
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 2m17s
testing workflows
2026-05-13 13:49:09 -07:00

12 lines
180 B
YAML

apiVersion: v1
kind: Service
metadata:
name: python-app
spec:
selector:
app: python-app
ports:
- protocol: TCP
port: 80
targetPort: 8000
type: ClusterIP