kjuulh b8fde5644c
Some checks reported errors
continuous-integration/drone/push Build encountered an error
feat: add ingress
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-05-27 22:13:18 +02:00

30 lines
583 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: service
name: service
spec:
replicas: 3
selector:
matchLabels:
app: service
template:
metadata:
labels:
app: service
spec:
containers:
- args:
- serve
command:
- service
image: kasperhermansen/service:main-1715336504
name: service
ports:
- containerPort: 3000
name: external-http
- containerPort: 3001
name: internal-http
- containerPort: 3002
name: internal-grpc