mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-25 14:08:09 +02:00
14 lines
273 B
YAML
14 lines
273 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: pomerium-authorize-service
|
|
namespace: pomerium
|
|
annotations:
|
|
cloud.google.com/app-protocols: '{"https":"HTTPS"}'
|
|
spec:
|
|
ports:
|
|
- port: 443
|
|
name: https
|
|
selector:
|
|
app: pomerium-authorize
|
|
type: NodePort
|