mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-01 15:47:31 +00:00
13 lines
207 B
YAML
13 lines
207 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: osbuilder-nginx
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app.kubernetes.io/name: osbuilder-nginx
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|