k8s-template/nginx/nginx-ext.yml

12 lines
209 B
YAML
Raw Normal View History

2024-03-21 11:27:25 +00:00
apiVersion: v1
kind: Service
metadata:
name: nginx
namespace: juiceshop
spec:
type: ExternalName
externalName: nginx.nginx.svc.cluster.local
ports:
- name: http
port: 80
protocol: TCP