mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 03:30:46 +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
|
||||
type: NodePort
|
||||
---
|
||||
apiVersion: autoscaling/v2beta1
|
||||
apiVersion: autoscaling/v2
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
namespace: default
|
||||
|
|
|
@ -34,7 +34,7 @@ spec:
|
|||
name: https-whois
|
||||
type: NodePort
|
||||
---
|
||||
apiVersion: autoscaling/v2beta1
|
||||
apiVersion: autoscaling/v2
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
namespace: default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue