mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Update proxy k8s manifest (#2153)
The beta API is deprecated. TESTED=deployed the new manifest to alpha. Without the change, deploying resulted in an error. <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/2153) <!-- Reviewable:end -->
This commit is contained in:
parent
4f017eba64
commit
c9bf68faac
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ spec:
|
||||||
name: https-whois
|
name: https-whois
|
||||||
type: NodePort
|
type: NodePort
|
||||||
---
|
---
|
||||||
apiVersion: autoscaling/v2beta1
|
apiVersion: autoscaling/v2
|
||||||
kind: HorizontalPodAutoscaler
|
kind: HorizontalPodAutoscaler
|
||||||
metadata:
|
metadata:
|
||||||
namespace: default
|
namespace: default
|
||||||
|
|
|
@ -34,7 +34,7 @@ spec:
|
||||||
name: https-whois
|
name: https-whois
|
||||||
type: NodePort
|
type: NodePort
|
||||||
---
|
---
|
||||||
apiVersion: autoscaling/v2beta1
|
apiVersion: autoscaling/v2
|
||||||
kind: HorizontalPodAutoscaler
|
kind: HorizontalPodAutoscaler
|
||||||
metadata:
|
metadata:
|
||||||
namespace: default
|
namespace: default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue