mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
17 lines
280 B
YAML
17 lines
280 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
name: nginx
|
|
name: nginx
|
|
namespace: blog
|
|
spec:
|
|
ports:
|
|
- name: http-redirect
|
|
port: 80
|
|
- name: ghost-https
|
|
port: 443
|
|
selector:
|
|
app: nginx-proxy
|
|
type: LoadBalancer
|
|
loadBalancerIP: 104.196.166.162 |