Skip to content
Snippets Groups Projects
Commit 909d3de2 authored by Peter Toth's avatar Peter Toth
Browse files

nginx service

parent ac2ed7ca
No related branches found
No related tags found
No related merge requests found
apiVersion: v1
kind: Service
metadata:
name: nginx-service
spec:
selector:
app.kubernetes.io/name: nginx
type: LoadBalancer
ports:
- name: http
protocol: TCP
port: 8080
targetPort: 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment