---
apiVersion: v1
kind: Service
metadata:
name: android
spec:
type: NodePort
ports:
- name: android-vnc
port: 6080
nodePort: 30680
- name: android-console
port: 5554
nodePort: 30554
- name: android-adb
port: 5555
nodePort: 30555
- name: android-appium
port: 4723
nodePort: 30723
selector:
app: android
---
apiVersion: v1
kind: Pod
metadata:
name: android
labels:
app: android
spec:
containers:
- name: android
image: budtmo/docker-android-x86-8.0
securityContext:
privileged: true
ports:
- name: android-vnc
containerPort: 6080
- name: android-console
containerPort: 5554
- name: android-adb
containerPort: 5555
- name: android-appium
containerPort: 4723
resources:
requests:
memory: "2048Mi"
cpu: "2000m"
limits:
memory: "4192Mi"
cpu: "4000m"
More than 5 years have passed since last update.
Kubernetes上でdocker-androidを動かすためのyaml
Last updated at Posted at 2019-11-24
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme