use Alpine linux and provide example deployment manifests

This commit is contained in:
Henning Jacobs
2016-12-16 23:31:14 +01:00
parent 9f22c773f6
commit 3997b5b90f
4 changed files with 84 additions and 1 deletions

15
deploy/ingress.yaml Normal file
View 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