Deploy GitHub Pages
This commit is contained in:
parent
caffb451c7
commit
8528a01a66
8 changed files with 65 additions and 65 deletions
|
|
@ -1302,7 +1302,7 @@ nginx controller.</p>
|
|||
for the ingress).</li>
|
||||
<li>You have the nginx-ingress controller installed in typical fashion (must be
|
||||
at least
|
||||
<a href="https://quay.io/kubernetes-ingress-controller/nginx-ingress-controller">quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.29.0</a>
|
||||
<a href="https://quay.io/kubernetes-ingress-controller/nginx-ingress-controller">quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.30.0</a>
|
||||
for grpc support.</li>
|
||||
<li>You have a backend application running a gRPC server and listening for TCP
|
||||
traffic. If you prefer, you can use the
|
||||
|
|
|
|||
|
|
@ -1160,7 +1160,7 @@ you will need to provide the Deployment with the permissions to create pods.</p>
|
|||
<div class="codehilite"><pre><span></span><code><span class="go">kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/docs/examples/psp/psp.yaml</span>
|
||||
</code></pre></div></p>
|
||||
<p>Now that the pod security policy is applied, we can continue as usual by applying the
|
||||
<a href="https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.29.0/deploy/static/mandatory.yaml">mandatory.yaml</a>
|
||||
<a href="https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/static/mandatory.yaml">mandatory.yaml</a>
|
||||
according to the <a href="../../deploy/">Installation Guide</a>.</p>
|
||||
<p>Note: PSP permissions must be granted before to the creation of the Deployment and the ReplicaSet.
|
||||
If the Deployment or ReplicaSet already exist, they will receive the PSP permissions
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ spec:
|
|||
# hostNetwork: true
|
||||
terminationGracePeriodSeconds: 60
|
||||
containers:
|
||||
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.29.0
|
||||
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.30.0
|
||||
name: nginx-ingress-controller
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue