mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
* zero/k8s: deployment manifests * convert to statefulset so that it has persistent volume claim * use standard ports to avoid config customization for k8s * add XDG_DATA_HOME mapping
15 lines
251 B
YAML
15 lines
251 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: pomerium-proxy
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 443
|
|
targetPort: https
|
|
protocol: TCP
|
|
name: https
|
|
- name: http
|
|
targetPort: http
|
|
protocol: TCP
|
|
port: 80
|