Skip to content

Commit

Permalink
rename deployer to api
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildiagne committed Feb 16, 2020
1 parent 141a22f commit f026075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup_auth_policy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ function setup_deployer_auth_policy() {
apiVersion: authentication.istio.io/v1alpha1
kind: Policy
metadata:
name: deployer-origin-auth
name: api-origin-auth
namespace: kuda
spec:
targets:
- name: deployer
- name: api
ports:
- number: 80
- number: 443
Expand Down

0 comments on commit f026075

Please sign in to comment.