Jim Covington
Results
1
comments of
Jim Covington
specified in the deployConfig, here is a snippet: ``` spec: containers: - name: oracle image: "oracle:latest" imagePullPolicy: IfNotPresent ports: - containerPort: 1521 protocol: TCP - containerPort: 5500 protocol: TCP command:...