mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-23 19:49:13 +02:00
12 lines
225 B
YAML
12 lines
225 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: pomerium
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: pomerium
|
|
image: pomerium/pomerium:latest
|
|
imagePullPolicy: Always
|