13 lines
182 B
YAML
13 lines
182 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: gcp-auth
|
||
|
namespace: gcp-auth
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 443
|
||
|
targetPort: 8443
|
||
|
protocol: TCP
|
||
|
selector:
|
||
|
app: gcp-auth
|