Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into correlation-resp-header
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank B Greco Jr committed Jun 4, 2018
2 parents 29cfc02 + 69efa18 commit 4669c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
25 changes: 0 additions & 25 deletions helm/kanali/templates/rbac-kanali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,3 @@ subjects:
namespace: {{default "default" .Values.kanali.namespace}}


---
apiVersion: kanali.io/v2
kind: ApiProxy
metadata:
name: example
spec:
source:
path: /foo
target:
path: /
backend:
endpoint: https://foo.bar.com:8443

---
apiVersion: kanali.io/v2
kind: ApiProxy
metadata:
name: foo
spec:
source:
path: /foo
target:
path: /
backend:
endpoint: https://foo.bar.com:8443
4 changes: 2 additions & 2 deletions helm/kanali/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kanali:
image:
pullPolicy: IfNotPresent
name: northwesternmutual/hyperkanali
tag: local
tag: v2.0.0-rc1
scale:
minReplicas: 1
maxReplicas: 5
Expand Down Expand Up @@ -62,7 +62,7 @@ kanali:
image:
pullPolicy: IfNotPresent
name: northwesternmutual/hyperkanali
tag: local
tag: v2.0.0-rc1
tls:
verifyClient: false
secretName: kanali-pki
Expand Down

0 comments on commit 4669c4e

Please sign in to comment.