You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
535 B

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
sapian-app: ipify-api
name: ipify-api
spec:
selector:
matchLabels:
sapian-app: ipify-api
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
sapian-app: ipify-api
spec:
containers:
- image: docker.sapian.cloud/sapian/ipfy-api:latest
name: ipify-api
ports:
- name: http
containerPort: 8089
protocol: TCP
resources: {}
restartPolicy: Always