remove 443 from service spec
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-29 16:41:39 -08:00
parent b8eea1e764
commit d7eed22bc4
2 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
name: fp name: fp
description: The Galaxy's Best VTuber Hentai Site description: The Galaxy's Best VTuber Hentai Site
version: 0.0.32 version: 0.0.33
keywords: keywords:
- fp - fp
- futureporn - futureporn

View File

@ -40,9 +40,6 @@ spec:
- protocol: TCP - protocol: TCP
port: 80 port: 80
targetPort: 5678 targetPort: 5678
- protocol: TCP
port: 443
targetPort: 5678
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1