mirror of
https://github.com/google/nomulus.git
synced 2025-06-04 19:47:26 +02:00
This gets around a bug in Spinnaker where the namespace, if missing in the manifest, is set to "spinnaker". ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=192825895
25 lines
427 B
YAML
25 lines
427 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
namespace: default
|
|
name: proxy-service
|
|
spec:
|
|
selector:
|
|
app: proxy
|
|
ports:
|
|
- protocol: TCP
|
|
port: 30000
|
|
nodePort: 30000
|
|
targetPort: health-check
|
|
name: health-check
|
|
- protocol: TCP
|
|
port: 30001
|
|
nodePort: 30001
|
|
targetPort: whois
|
|
name: whois
|
|
- protocol: TCP
|
|
port: 30002
|
|
nodePort: 30002
|
|
targetPort: epp
|
|
name: epp
|
|
type: NodePort
|