更新 deploy.yaml

This commit is contained in:
Cherry Sakura 2023-11-03 12:01:27 +00:00
parent ae8f69afe3
commit 4acee48d4d

View File

@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: phpmyadmin
subdomain: pma
subdomain:
image: phpmyadmin:latest
env:
- name: "PMA_ARBITRARY"
@ -16,6 +16,7 @@ spec:
- name: apache
containerPort: 80
protocol: TCP
hostname: pma
---
apiVersion: v1
kind: Service