Skip to content

Commit

Permalink
Add namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk committed Oct 24, 2024
1 parent aae32cc commit 16d569a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/website/varnish/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: varnish-vcl
namespace: default
data:
default.vcl: |
vcl 4.0;
Expand Down
1 change: 1 addition & 0 deletions apps/website/varnish/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: ReplicationController
metadata:
name: varnish-proxy
namespace: default
spec:
replicas: 1
selector:
Expand Down

0 comments on commit 16d569a

Please sign in to comment.