use Alpine linux and provide example deployment manifests
This commit is contained in:
15
deploy/ingress.yaml
Normal file
15
deploy/ingress.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: kube-ops-view
|
||||
annotations:
|
||||
# this annotation is specific to https://github.com/zalando-incubator/kube-ingress-aws-controller
|
||||
zalando.org/aws-load-balancer-ssl-cert: arn:aws:acm:eu-central-1:123456789123:certificate/12345678-4246-47b0-8884-123456789088
|
||||
spec:
|
||||
rules:
|
||||
- host: "kube-ops-view.example.org"
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
serviceName: kube-ops-view
|
||||
servicePort: 80
|
||||
Reference in New Issue
Block a user