글번호 | 1261 |
작성자 | 허진경 (나자바바) |
작성일 | 2024-01-08 12:00:30 |
제목 | tomcat-deployment.yml |
내용 | apiVersion: apps/v1 kind: Deployment metadata: name: tomcat-deployment spec: replicas: 1 selector: matchLabels: app: tomcat template: metadata: labels: app: tomcat spec: containers: - name: tomcat image: jinkyoungheo/tomcat10 ports: - containerPort: 8080 |
첨부파일 | tomcat-deployment.yml (350byte) |