io.javaoperatorsdk.operator.sample.service.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webserver-sample Show documentation
Show all versions of webserver-sample Show documentation
Provisions an nginx Webserver based on a CRD
apiVersion: v1
kind: Service
metadata:
name: ""
spec:
selector:
app: ""
ports:
- protocol: TCP
port: 80
targetPort: 80
type: NodePort