mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
This will create a multi-cluster external load balancer exposing HTTP traffic to nomulus running in clusters in the fleet.
23 lines
341 B
YAML
23 lines
341 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nomulus
|
|
spec:
|
|
selector:
|
|
app: nomulus
|
|
ports:
|
|
- port: 80
|
|
targetPort: http
|
|
name: http
|
|
- port: 43
|
|
targetPort: whois
|
|
name: whois
|
|
- port: 700
|
|
targetPort: epp
|
|
name: epp
|
|
---
|
|
kind: ServiceExport
|
|
apiVersion: net.gke.io/v1
|
|
metadata:
|
|
name: nomulus
|