Skip to content

Instantly share code, notes, and snippets.

@melvinlee
Created April 3, 2025 04:27
Show Gist options
  • Select an option

  • Save melvinlee/7cd36793a3687c8ae95358bd6656c66b to your computer and use it in GitHub Desktop.

Select an option

Save melvinlee/7cd36793a3687c8ae95358bd6656c66b to your computer and use it in GitHub Desktop.
Oracle sqlplus
apiVersion: v1
kind: Pod
metadata:
name: sqlplus-client
labels:
app: sqlplus
spec:
containers:
- name: sqlplus
image: gvenzl/oracle-free:23
command: ["sleep", "infinity"] # Keep container running
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment