Skip to content

Commit

Permalink
Make ambassador a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
naseemkullah committed Feb 12, 2019
1 parent 4d26ff0 commit e696eac
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 110 deletions.
Binary file not shown.
5 changes: 5 additions & 0 deletions helm-charts/seldon-core/requirements.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dependencies:
- name: ambassador
version: ^1.0.0
repository: https://kubernetes-charts.storage.googleapis.com/
condition: ambassador.enabled
94 changes: 0 additions & 94 deletions helm-charts/seldon-core/templates/ambassador.yaml

This file was deleted.

38 changes: 22 additions & 16 deletions helm-charts/seldon-core/values.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
ambassador:
annotations:
getambassador.io/config: "---\napiVersion: ambassador/v0\nkind: Module\nname:\
\ ambassador\nconfig:\n service_port: 8080\n"
enabled: false
image:
name: quay.io/datawire/ambassador:0.40.2
replicas: 1
resources:
limits:
cpu: 1
memory: 400Mi
requests:
cpu: 200m
memory: 128Mi
tag: 0.50.1
replicaCount: 1
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
service:
targetPorts:
http: 8080
https: 8443
type: NodePort
annotations:
getambassador.io/config: |
---
apiVersion: ambassador/v1
kind: Module
name: ambassador
config:
service_port: 8080
http:
targetPort: 8080
https:
targetPort: 8443
type: LoadBalancer
apife:
annotations: null
enabled: true
Expand Down

0 comments on commit e696eac

Please sign in to comment.