mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
kubernetes: Point to our repo (#78)
I merged the last PR on auto-pilot... My original intent was just to test the k8s.gcr.io repo image, but not commit the PR.
This commit is contained in:
parent
47667bc9ef
commit
034dbf7d0e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ spec:
|
|||
operator: "Exists"
|
||||
containers:
|
||||
- name: coredns
|
||||
image: k8s.gcr.io/coredns:1.1.3
|
||||
image: coredns/coredns:1.1.3
|
||||
imagePullPolicy: IfNotPresent
|
||||
args: [ "-conf", "/etc/coredns/Corefile" ]
|
||||
volumeMounts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue